BOUNCY BALL V1.0
by Dijpupon
June 17, 1998

(turn on WORD WRAP)

   The purpose of this program is to show those who are just getting started in TI assembly how to utilize SOS (ZLIB V1.4).

   This is a simple little program!  There is a 16*16 ball bouncing around the screen.  That's it!

    run INSTALL first !!!!   

   [MODE] = PAUSE
   [CLEAR] = EXIT

  I encourage those who wish to start using assembly to LOOK AT THE SOURCE CODE of this program, which is included in the zip file.


----> (message for JOE W) ---> (idea for the sprite routine included in ZLIB)
		---> allow for SPRITES OF VARIABLE WIDTHS (8,16,24,...)

--> There will be no future versions of this HELPFUL program:/

**(note: I did update because I optimized the code a little) --> I used TWO sprites of height 16 instead of four of height 4!

(this program was made in all of 15 minutes):()